home *** CD-ROM | disk | FTP | other *** search
- FCD(3I) Last changed: 1-6-98
-
-
- NNAAMMEE
- FFCCDD - Constructs a Cray character pointer in Fortran character
- Descriptor (FCD) format
-
- SSYYNNOOPPSSIISS
- FFCCDD (([II==]_i,, [JJ==]_j))
-
- IIMMPPLLEEMMEENNTTAATTIIOONN
- UNICOS and UNICOS/mk systems
-
- IRIX systems (DEFERRED IMPLEMENTATION)
-
- SSTTAANNDDAARRDDSS
- CF90 and MIPSpro 7 Fortran 90 compiler extension to Fortran 90
-
- DDEESSCCRRIIPPTTIIOONN
- The FFCCDD intrinsic function constructs a Cray character pointer in FCD
- format. This function accepts the following arguments:
-
- _i Must be of type integer or Cray pointer and represent the word
- address for the pointee's first character. If _i is of type
- integer, it must be of KKIINNDD==88 on UNICOS and UNICOS/mk systems or
- of KKIINNDD==44 on IRIX systems.
-
- _j Must be an integer value that represents the pointee's character
- length. Must be of KKIINNDD==88 on UNICOS and UNICOS/mk systems or of
- KKIINNDD==44 on IRIX systems.
-
- FFCCDD is an elemental function. The name of this intrinsic cannot be
- passed as an argument.
-
- RREETTUURRNN VVAALLUUEESS
- The value returned is of type Cray pointer.
-
- EEXXAAMMPPLLEESS
- As the following example shows, you can add an offset even if the Cray
- character pointee does not start on a word boundary.
-
- CPTR = FCD(IADRS, ILEN) + IOFFSET
-
- SSEEEE AALLSSOO
- CCLLOOCC(3I)
-
- _I_n_t_r_i_n_s_i_c _P_r_o_c_e_d_u_r_e_s _R_e_f_e_r_e_n_c_e _M_a_n_u_a_l, publication SR-2138, for the
- printed version of this man page.
-
-